home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFDOSPROMPT / TFDOSPROMPT.txt
Encoding:
Text File  |  2004-12-18  |  1.4 KB  |  75 lines

  1. object fDosPrompt: TfDosPrompt
  2.   Left = 224
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 100
  7.   ClientWidth = 404
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 4
  17.     Top = 25
  18.     Width = 395
  19.     Height = 13
  20.     AutoSize = False
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 4
  24.     Top = 42
  25.     Width = 397
  26.     Height = 21
  27.     TabOrder = 0
  28.     OnChange = Edit1Change
  29.   end
  30.   object Button1: TButton
  31.     Left = 126
  32.     Top = 74
  33.     Width = 80
  34.     Height = 21
  35.     Caption = 'Ok'
  36.     Default = True
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 209
  42.     Top = 74
  43.     Width = 80
  44.     Height = 21
  45.     Caption = 'Cancel'
  46.     TabOrder = 2
  47.     OnClick = Button2Click
  48.   end
  49.   object ComboBox1: TComboBox
  50.     Left = 4
  51.     Top = 1
  52.     Width = 192
  53.     Height = 21
  54.     ItemHeight = 13
  55.     TabOrder = 3
  56.     Text = 'Tools ...'
  57.     OnChange = ComboBox1Change
  58.     Items.Strings = (
  59.       'cmd = "cmd.exe"'
  60.       'command = "command.exe" '
  61.       'regedit = "regedit.exe" '
  62.       'msconfig = "msconfig.exe" '
  63.       'calc = "calculator.exe"')
  64.   end
  65.   object ActionList1: TActionList
  66.     Left = 298
  67.     Top = 1
  68.     object CloseWindow: TAction
  69.       Caption = 'CloseWindow'
  70.       ShortCut = 27
  71.       OnExecute = CloseWindowExecute
  72.     end
  73.   end
  74. end
  75.